Parameters
- severity
- The severity of the log message.
- writeMode
- Whether to queue-and-return or wait-for-commit.
- logSystem
- The name of the logging system the message was issued through, such as "Trace" or "Gibraltar".
- categoryName
- The logging category or application subsystem category that the log message is associated with, such as "Trace", "Console", "Exception", or the logger name in Log4Net.
- skipFrames
- The number of stack frames to skip over to find the first candidate to be identified as the source of the log message.
- message
- A message string with optional formatting, which may span multiple lines.
- args
- Optional additional args to match up with the formatting string.